[INFO] cloning repository https://github.com/myl2821/cless
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/myl2821/cless" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyl2821%2Fcless", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyl2821%2Fcless'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5c07e25af361dec6c35c7ebb777b68e71f446ffe
[INFO] checking myl2821/cless against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyl2821%2Fcless" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/myl2821/cless
[INFO] finished tweaking git repo https://github.com/myl2821/cless
[INFO] tweaked toml for git repo https://github.com/myl2821/cless written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/myl2821/cless on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/myl2821/cless already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5f8341b47b9669b44742e4b6c3ac27a40fd2269a64c09c19f5a92f3cd3292f50
[INFO] running `Command { std: "docker" "start" "5f8341b47b9669b44742e4b6c3ac27a40fd2269a64c09c19f5a92f3cd3292f50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5f8341b47b9669b44742e4b6c3ac27a40fd2269a64c09c19f5a92f3cd3292f50" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f8341b47b9669b44742e4b6c3ac27a40fd2269a64c09c19f5a92f3cd3292f50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5f8341b47b9669b44742e4b6c3ac27a40fd2269a64c09c19f5a92f3cd3292f50" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.58
[INFO] [stderr]    Compiling libc v0.2.74
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]    Compiling ncurses v5.99.0
[INFO] [stderr]     Checking cless v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::ffi::OsStr`
[INFO] [stdout]  --> src/row.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::ffi::OsStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ffi::OsStr`
[INFO] [stdout]  --> src/row.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::ffi::OsStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0604]: only `u8` can be cast as `char`, not `i32`
[INFO] [stdout]   --> src/row.rs:11:89
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ' ', '(', ')', ':', ';', '&', '+', '-', ',', '.', '@', '~', '\\', '\n', '\r', '\0', !0 as char,
[INFO] [stdout]    |                                                                                         ^^^^^^^^^^ invalid cast
[INFO] [stdout]    |
[INFO] [stdout] help: consider using `char::from_u32` instead (via a `u32`)
[INFO] [stdout]   --> src/row.rs:11:89
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ' ', '(', ')', ':', ';', '&', '+', '-', ',', '.', '@', '~', '\\', '\n', '\r', '\0', !0 as char,
[INFO] [stdout]    |                                                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0604]: only `u8` can be cast as `char`, not `i32`
[INFO] [stdout]   --> src/row.rs:11:89
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ' ', '(', ')', ':', ';', '&', '+', '-', ',', '.', '@', '~', '\\', '\n', '\r', '\0', !0 as char,
[INFO] [stdout]    |                                                                                         ^^^^^^^^^^ invalid cast
[INFO] [stdout]    |
[INFO] [stdout] help: consider using `char::from_u32` instead (via a `u32`)
[INFO] [stdout]   --> src/row.rs:11:89
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ' ', '(', ')', ':', ';', '&', '+', '-', ',', '.', '@', '~', '\\', '\n', '\r', '\0', !0 as char,
[INFO] [stdout]    |                                                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0604`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cless` (bin "cless" test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0604`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cless` (bin "cless") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "5f8341b47b9669b44742e4b6c3ac27a40fd2269a64c09c19f5a92f3cd3292f50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f8341b47b9669b44742e4b6c3ac27a40fd2269a64c09c19f5a92f3cd3292f50", kill_on_drop: false }`
[INFO] [stdout] 5f8341b47b9669b44742e4b6c3ac27a40fd2269a64c09c19f5a92f3cd3292f50
